projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a3e392
)
; Remove redundant definition of the 'DebPrint' macro
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 4 May 2017 15:11:53 +0000
(18:11 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 4 May 2017 15:11:53 +0000
(18:11 +0300)
* nt/inc/ms-w32.h (DebPrint): Remove redundant definition (defined
in src/conf_post.h).
nt/inc/ms-w32.h
patch
|
blob
|
history
diff --git
a/nt/inc/ms-w32.h
b/nt/inc/ms-w32.h
index 671c9fa9d2b847b741ae4edf344d2116b24c7b44..957d8c6bdbc50a40ea4a78cb1bd99a195bef0596 100644
(file)
--- a/
nt/inc/ms-w32.h
+++ b/
nt/inc/ms-w32.h
@@
-596,13
+596,6
@@
typedef unsigned int EMACS_UINT;
/* #define FULL_DEBUG */
/* #define EMACSDEBUG */
-#ifdef EMACSDEBUG
-extern void _DebPrint (const char *fmt, ...);
-#define DebPrint(stuff) _DebPrint stuff
-#else
-#define DebPrint(stuff)
-#endif
-
#ifdef _MSC_VER
#if _MSC_VER >= 800 && !defined(__cplusplus)
/* Unnamed type definition in parentheses.